home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / ums / kms190b.lha / KMS / Doc / KMS_UMS.config next >
Text File  |  1994-09-10  |  4KB  |  114 lines

  1.  
  2. ; Systemverwalter-Account für KMS
  3.  
  4. USER
  5.   name          = "KMS System"   ; Das ist der Realname
  6.   alias         = "System"       ; Hier der Login/Username
  7.   password      = ""
  8.   sysop
  9.   readaccess    = #?
  10.   writeaccess   = #?
  11.   netaccess     = #?
  12. ENDUSER
  13.  
  14. ; Default-Account für KMS
  15. ;
  16. ; Dieser Eintrag wird voraussichtlich als Vorlage für neue User verwendet
  17. ; werden, wenn UMS einmal soweit ist...
  18.  
  19. USER
  20.   name          = "KMS Default"
  21.   alias         = "Default"
  22.   password      = ""
  23.   readaccess    = #?
  24.   writeaccess   = #?
  25.   netaccess     = #?
  26. ENDUSER
  27.  
  28. ; Gast-Account für KMS
  29.  
  30. USER
  31.   name            = "KMS Gast"
  32.   alias           = "Gast"
  33.   password        = ""
  34.   readaccess      = #?
  35.   writeaccess     = #?
  36.   netaccess       = #?
  37. ENDUSER
  38.  
  39. ; Interner UMS-Account für KMS 
  40. ; (Zu möglichem Password siehe Doc/KMS.guide)
  41.  
  42. USER
  43.   name                     = KMS
  44.   password                 = ""
  45.   sysop
  46.   readaccess               = #?
  47.   writeaccess              = #?
  48.   netaccess                = #?
  49.   KMS.loglevel             = 9
  50.   KMS.logintries           = 3
  51.   KMS.inputtimeout         = 300
  52.   KMS.inputtimeoutwarnings = 2
  53.   KMS.maxconnecttime       = 60
  54.   KMS.maxconnecttime0      = 2
  55.   KMS.maxconnecttime1      = 15
  56.   KMS.maxconnecttime250    = 120
  57.   KMS.maxconnecttime255    = 180
  58.   KMS.maxconnectwarnings   = 3
  59.   KMS.maxhistcount         = 30
  60.   KMS.xofftimeout          = 180
  61.   KMS.coneditor            = "KMSEd %v %s %t %w" ; %v = Dateiname %w = Titelzeile
  62.   KMS.remoteeditor         = "KMSEd %v %s %t %w" ; %s = Zeilen    %t = Spalten
  63.   KMS.bindir               = KMS:Bin/
  64.   KMS.datdir               = KMS:Data/
  65.   KMS.txtdir               = KMS:Text/
  66.   KMS.rexxdir              = KMS:Rexx/
  67.   KMS.userdir              = KMS:User/
  68.   KMS.logdir               = KMS:Data/
  69.   KMS.doordir              = KMS:Doors/
  70.   KMS.tempdir              = KMS:Files/Uploads/
  71.   KMS.originstr1           = "Karfunkel Mailbox System"
  72.   KMS.quotestr1            = "*N"
  73.   KMS.quotestr2            = "*NHallo %v,*N*N   Du hast mir am %d geschrieben:*N"
  74.   KMS.quotestr3            = "*NIn %g schrieb %f am %d:*N"
  75.   KMS.pquotestr1           = "*NHallo %v,*N*N   Du hast am %d in %g geschrieben:*N"
  76.   KMS.resendstr1           = "*N****** This is a repost of a message from %d*N"
  77.   KMS.forwardstr1          = "
  78. ** This message was forwarded from Group %g:
  79. ** Originally From: %f (%F)
  80. **            To  : %t (%T)
  81. **            Date: %d
  82. **            Subj: %s
  83. "
  84.   KMS.modemreset           = "ATZ%M"
  85.   KMS.modemhangup          = "%P%P+++%P%PATH%M"
  86.   KMS.modemanswer          = "ATA%M"
  87.   KMS.modemring            = "RING"
  88.   KMS.modemconnect         = "CONNECT"
  89.   KMS.xprcmdreceive        = "KMS:Bin/KMSXPR %v OPTIONS \"%w\" RECEIVE LOGDIR T: DEFDIR %o %x"
  90.   KMS.xprcmdsend           = "KMS:Bin/KMSXPR %v OPTIONS \"%w\" SEND LOGDIR T: %x"
  91.   KMS.xprdescrip1          = "XModem CRC16"
  92.   KMS.xprlibrary1          = "xprymodem.library"
  93.   KMS.xproptions1          = "YS,Z1,C0,B0"
  94.   KMS.xprdescrip2          = "YModem Batch, 1024 Byte Blocks, CRC16@"
  95.   KMS.xprlibrary2          = "xprymodem.library"
  96.   KMS.xproptions2          = "YB,Z1,C1,B1"
  97.   KMS.xprdescrip3          = "ZModem@"
  98.   KMS.xprlibrary3          = "xprzmodem.library"
  99.   KMS.xproptions3          = "TN ON B16 F0 E10 AN DN KY SN RN"
  100.   KMS.xprdescrip4          = "Kermit (1K blocks)@"
  101.   KMS.xprlibrary4          = "xprkermit.library"
  102.   KMS.xproptions4          = "OP1024,B1,O10,R10"
  103. ENDUSER
  104.  
  105. ; *
  106. ; * Einstellungen ab hier nur nötig, wenn mit KMS Points gearbeitet werden
  107. ; * soll (-> externes KMS-Kommando "KMSPOLL").
  108. ; *
  109. ;
  110. ; Globale Variable für das UMS-Tool "Export". Bei Bedarf das ";" entfernen:
  111.  
  112. ; export.nodename = "YourDomainName"
  113.  
  114.